home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / APP / M-R / PSpice.cpt / StmEd.Hlp < prev    next >
Text File  |  1990-09-13  |  3KB  |  80 lines

  1. $Revision:   1.2  $
  2. $Author:   whb  $
  3. $Date:   18 Jan 1990 17:46:36  $
  4.  
  5. "StmEd" on-line help file
  6. Release 4.02, April 1989
  7. (C) Copyright 1989 MicroSim Corporation
  8. SIN 1
  9.  
  10. Sinusoidal (SIN) Stimulus
  11.  
  12. The SIN form causes the current or voltage to start at <ioff/voff> and stay 
  13. there for <td> seconds.  Then, the current or voltage becomes an exponentially 
  14. dampled sine wave described by this formula:
  15.  
  16.  voff + vampl * sin( 2pi * ( freq * (TIME-td) -phase/360))*e-(TIME-td)*df
  17.  
  18. Parameters                              Units    Default
  19. ----------                          -----      -------
  20.  <ioff/voff>    offset current/voltage            amp/volt none
  21.  <iampl/vampl>    peak amplitude of current/voltage amp/volt none
  22.  <freq>        frequency                     Hertz       1/TSTOP
  23.  <td>            delay                  sec       0
  24.  <df>            damping factor              1/sec       0
  25.  <phase>    phase                  degree   0
  26.  
  27.  
  28.  
  29. An '*' in front of a parameter name indicates that the default value for
  30. the parameter is being used.
  31. DGEDIT 1
  32.  
  33. The transient specification for a digital stimulus consists
  34. of a series of "commands" that describe the output of the
  35. stimulus over time.  If the topmost command has a '+' in
  36. front of it, there are more commands before it that are not
  37. being displayed.  If the bottommost command has a '+' in
  38. front of it, there are more commands after it that are not
  39. being displayed.  To see commands that are not being
  40. displayed, use the Modify_command command.
  41.  
  42. Add_command displays a menu of the available commands that
  43. can be used to define the stimulus.
  44.  
  45. The SET command prompts you to enter a <time> and a <value>.
  46. At the given <time>, the output of the stimulus changes to
  47. <value>.  The format of <value> depends on the "radix" of
  48. the stimulus.  When you have entered all the SET commands
  49. you want, press <Esc> to return to the menu of commands.
  50.  
  51. The GOTO N TIMES command prompts you to enter a <time>, a
  52. <label name> and the number of times you want to repeat the
  53. loop.  When the "goto" is encountered, the statement
  54. following the <label name> is immediately executed.
  55.  
  56. The GOTO UNTIL GE/GT/LT/LE commands prompt you to enter a
  57. <time>, a <label name> and a <value>.  The "goto" is done
  58. until the value of the stimulus is GE (greater than or
  59. equal), GT (greater than), LT (less than ) or LE ( less than
  60. or equal to ) the value specified.  This command only
  61. appears if the stimulus has more than one output node.
  62.  
  63. The INCR BY command prompts you for a <time> and a <value>.
  64. The output of the stimulus is incremented by <value> each
  65. time this command is executed.This command only appears if
  66. the stimulus has more than one output node.
  67.  
  68. The DECR BY command prompts you for a <time> and a <value>.
  69. The output of the stimulus is decremented by <value> each
  70. time this command is executed.  This command only appears if
  71. the stimulus has more than one output node.
  72.  
  73. The LABEL command prompts you for a label name.  This allows
  74. you to define the labels that are used in "goto" commands.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.